home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d19 / kevent10.arc / KEVENT.DOC next >
Text File  |  1990-06-19  |  6KB  |  136 lines

  1.  
  2.  
  3.  
  4.  
  5.                 ** Kevent Version 1.0 for PCBoard 14.5 **
  6.                     ** Written by:  Todd C. Knauer **
  7.                   ** The High Tide BBS, 803-238-3642 **
  8.  
  9.               Kevent is a multiple event program that allows you
  10.            to run different events each day.  It uses 7 data
  11.            files to keep track of each day's event's.  One
  12.            thing that makes Kevent easier to use is that you
  13.            do not have to set up your EVENT.SYS file with
  14.            errorlevel statements like most of the rest do.
  15.            All you will need in your EVENT.SYS file is one line
  16.            that reads "Kevent" and make your data files by
  17.            typing "Kevent /s".  And that is all there really
  18.            is to it.
  19.               Here is what you will need to know for a quick
  20.            start:
  21.  
  22.  
  23.  
  24.  
  25.           1.  Write down all the times and batch files that you
  26.               want to run your events on each day.
  27.  
  28.           2.  Put Kevent in the same directory as your EVENT.SYS file
  29.  
  30.           3.  Execute Kevent's setup screen by typeing "Kevent /s".
  31.               You will be asked several questions, enter your data
  32.               CAREFULLY.
  33.  
  34.               a) First thing it will ask is:
  35.                  What is the name of the batch file that loads your
  36.                  BBS?  Most people will use BOARD.  But there are
  37.                  some use others so I had this info read from a file
  38.                  named "Kevent.dat".  Note: this file will only be
  39.                  used if there happens to be an error in your data
  40.                  files and it will then reload your BBS.
  41.  
  42.               b) Make sure when you enter your event times that you
  43.                  enter them in the 24 hour format WITH a ":".
  44.                  (e.g. 02:00, 14:30, 23:59) Must enter 5 characters
  45.                  including the colon.
  46.  
  47.               c) The times MUST be in Chronological order for each day.
  48.                  NOTE: Make sure that the First time in Sunday's data
  49.                  file is NOT later than Saturday's Last time.
  50.                  Same goes for the rest of the data files.  If the first
  51.                  time in a data file is later than the last time of
  52.                  the previous day's datafile then you will Have an
  53.                  extra event go off, however, this is no big deal
  54.                  because Kevent will just reload the BBS and set the
  55.                  next event to it's proper time.
  56.  
  57.               d) if the batch file that you want to run is not in
  58.                  the same directory as Kevent then you must enter
  59.                  the full path and filename of the batch file, and
  60.                  you would want to make sure the first line of the
  61.                  batch file would have a "cd\directory" statement in
  62.                  to change directory to the one you want to run your
  63.                  programs in.
  64.  
  65.               e) You would want to put : " cd\pcb"
  66.                                          " board "  as the last two
  67.                  lines in your batch files to reload the BBS.
  68.  
  69.               f) If you do not want to run anything on a certain day
  70.                  then just enter "BOARD" for your batch file on that
  71.                  day
  72.  
  73.               g) When you have finished entering your data, exit the
  74.                  setup screen and check out the following files:
  75.  
  76.                  Kevent0.SUN, Kevent1.MON, Kevent2.TUE, Kevent3.WED,
  77.                  Kevent4.THU, Kevent5.FRI, and Kevent6.SAT.
  78.  
  79.                  These are your data files.  Check to make sure the times
  80.                  are in the proper format and your batch files are spelled
  81.                  right etc.
  82.  
  83.           4.  Make backups of your EVENT.SYS and PCBOARD.DAT before
  84.               using Kevent (Just in case) <GRIN>.
  85.  
  86.           5.  Now you need to change your EVENT.SYS.  Just have one line
  87.               that says, "Kevent".
  88.  
  89.           6. Find your Kevent?.DAY file that has todays events in it.
  90.              Find the time that is after the time that it is at this
  91.              moment, if there is no time later than now, then look in
  92.              tomorrows Data file and read the first time.   Run
  93.              PCBoard Setup and put that time in the event section.
  94.              (e.g. if the time right now is Sunday at 08:00 then look
  95.               in the "Kevent0.SUN file and find the next time after
  96.               whatever time it is now and put that in PCBSetup.  If
  97.               the time is past the last time in that data file then look
  98.               in the next days file and put the first time from that in
  99.               PCBSetup).
  100.  
  101.           7.  Now all you have to do is Reload your BBS and Kevent will
  102.               do the rest.
  103.  
  104.           8.  If you want to edit your event files you can use "Kevent /s"
  105.               OR your favorite ASCII text editor.
  106.  
  107.  
  108.  
  109.       If you have any suggestions just call The High Tide BBS and leave
  110.    me a message or leave a message on MetroLink's SysOp conference and
  111.    I will see what I can do about adding your suggestion.
  112.       I realize that version 1.0 is kinda ratty looking for now but I
  113.    just wanted to get it out as soon as possible so you can start using it.
  114.    I've been working on it for a week straight now and hope to have a
  115.    MUCH improved editor.
  116.  
  117.       If you use this program and would like to make a donation of $5, I
  118.    could sure use the help on the phone bill (Y'all know what that is
  119.    like).  Since I run a free BBS the donations would help considerably.
  120.  
  121.                         Send Checks to:     Todd C. Knauer
  122.                                             1122A Underwood Ave
  123.                                             Myrtle Beach AFB, SC.  29577
  124.  
  125.  
  126.  
  127.  
  128.  
  129.    Oh yeah,  I will not be liable for any damages to hardware or software.
  130.  
  131.  
  132.                       And we thank you for your support!
  133.  
  134.  
  135.  
  136.